@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('http://fonts.cdnfonts.com/css/gotham');

body{
	margin:0;
}
#wherearekills {
	position: absolute;
	transform: translate(0%,-50%);
	top: 50%;
	right: 1%;
	overflow: none;
	max-width: 25vw;
}

.killContainer {
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-align: center;
    box-shadow:  0 0 10px  rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
    -o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);
	border: 2px solid rgba(53, 114, 255, 0.7);
	background: linear-gradient(
		to left,
		rgba(53, 114, 255, 0.5) -10%, 
		rgba(36, 36, 36, 0.6)
	  );
	float: left;
	margin: 5px;
	transform: skew(-25deg);
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
}

.weapon {
    height: 15px;
    padding-top: 6px;
    display: inline;
    vertical-align: top;
    padding-left: 8px;
    padding-right: 8px;
}


.clear {
    clear:both
}

#scoreboard {
	position: fixed;
	top: 3%;
	left: 50%;
	transform: translate(-50%,0%);
}

#arena_scores {
	height: 30px;
	background-color: rgba(26, 26, 26, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}


.rectangle {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;

	box-shadow: 0 3px 0px 0px rgba(0, 0, 0, 0), 0 -10px 0px 0px rgba(0, 0, 0, 0), 5px 0 7px -4px rgba(0, 0, 0, 0.8), -5px 0 7px -4px rgba(0, 0, 0, 0.8);
	border: 2px solid rgba(220,220,220,0.3);
	border-radius: 5px;
	color: white;

	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
}

.rectangle.left {
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
}

.rectangle.right {
	text-shadow: 1px 1px 1px rgba(0,0,0,1.0);
}

.rectangle .name.top {
	position: absolute;
	font-size: 13px;
	text-align: center;
	top: 0%;
}

.rectangle .name.bottom{
	position: absolute;
	font-size: 13px;
	text-align: center;
	bottom: 0%;
}

.rectangle.center {
	right: 0%;
	box-shadow: none;
	border: none;
	margin-left: 30px;
	margin-right: 30px;
}

.center .time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);

}
#score_turf {
	padding: 10px;
}
.center .versus {
	position: absolute;
	font   : bold 70px Century Gothic, Arial;
	text-align: center;
	color: rgba(0, 0, 0, 0.0); 
	-webkit-text-stroke: 1px rgba(220,220,220,0.5);
	text-shadow:none;
	z-index: -1;
	transform: skew(15deg);
}

#score_player {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#score_player i {
	padding: 5px;
	font-size: 15px;
	color: white;
	border-radius: 5px;
	margin: 10px;
	background-color: rgb(55, 55, 55);
}


#mykills,
#mydeaths{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.0);
;
}	

#lamistoteiau {
	position: fixed;
	top: 0%;
	width: 30%;
	height: 15%;
	display: flex;
	justify-content: center;

	left: 50%;
	transform: translate(-50%,0%);
}

#lamistoteiau i {
	margin-top: 20px;
	color: #f3f3f3;
	font-size: 35px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);

}

#lamistoteiau .turfname {
	position: fixed;
	color: #f3f3f3;
	text-align: center;
}

#name_turf{
	margin: 2px;
	font-size: 15px;
	font-family: 'Gotham Ultra', sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

#turf_id {
	position: fixed;
	top: -5%;
	left: 50%;
	transform: translate(-50%,0%);


	font   : bold 100px Century Gothic, Arial;
	text-align: center;
	color: rgba(0, 0, 0, 0.0); 
	-webkit-text-stroke: 1px rgba(220,220,220,0.5);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	text-shadow:none;
	z-index: -1;
	
}
